<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .mis-slider {
        margin-top: 138px;
        height: 80px;
        background-color: #eee;
    }
        .mis-slider li a {
            text-decoration: none;
            color: #666;
            display: block;
        }  
        .mis-slider li figcaption {
            font-size:26px;
        }
        .mis-slider li img {
            max-width: 270px;
            border-radius: 50%;
            border: none;
            height: 270px;
        }
        .mis-slide {
	        width: 360px;
            height: 360px;
	        padding: 40px;
            margin-top: -138px
        }
    .mis-nav-buttons a {
        color: #fff; 
    }
</pre></body></html>